ActiveReports 9
Observe<T,TI>(T,Expression<Func<T,TI>>,Func<TI,IDisposable>) Method

Subscribed to nested properties
Observe implementation for container property
Syntax
'Declaration
 
Public Overloads Shared Function Observe
    (Of T As System.ComponentModel.INotifyPropertyChanged,
     TI)( _
   ByVal obj As T, _
   ByVal getterExpr As System.Linq.Expressions.Expression(Of Func(Of T,TI)), _
   ByVal subscribe As System.Func(Of TI,IDisposable) _
) As System.IDisposable
public static System.IDisposable Observe<T,TI>( 
   T obj,
   System.Linq.Expressions.Expression<Func<T,TI>> getterExpr,
   System.Func<TI,IDisposable> subscribe
)
where T: System.ComponentModel.INotifyPropertyChanged

Parameters

obj
getterExpr
subscribe
Subscribed to nested properties

Type Parameters

T
TI
See Also

Reference

ActiveModelListenExtensions Class
ActiveModelListenExtensions Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum